home *** CD-ROM | disk | FTP | other *** search
- Path: cc.gatech.edu!griswold
- From: griswold@cc.gatech.edu (Paul Griswold)
- Newsgroups: comp.lang.c++
- Subject: problem using TComboBox in OWL
- Date: 8 Apr 1996 22:45:29 GMT
- Organization: College of Computing, Georgia Tech
- Message-ID: <4kc4u9$hog@solaria.cc.gatech.edu>
- NNTP-Posting-Host: felix.cc.gatech.edu
- NNTP-Posting-User: griswold
- X-Newsreader: TIN [version 1.2 PL2]
-
- I'm having a very strange problem using TComboBox with Borland C++ 4.52.
- I created a dialog box with Resource Workshop and in the dialog box I
- made a combo box called COMBO_BOX (I know, really original!) The problem
- is that I can't get the combo box to display any of the data I put into
- it using AddString.
-
- I created a class inherited from TDialog. I newed the TComboBox and am trying
- to stuff data in in using a modified SetupWindow. When I use
- TComboBox's GetItemCount(), it reports that the strings I am trying to put in
- the combo box are in fact there. However, when I press on the little
- down-arrow thing on the combo box, the ist comes up blank!
-
- If anyone has any suggestions on what I'm doing wrong, please let me know.
- E-mail responses are preferable to newsgroup follow-ups.
-
- Thanks in advance!
-
- --
- ===== Paul Griswold (griswold@cc.gatech.edu) =====
-